This is the state of the game at the beginning
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | A5 | 1 | flying_hive_tryant | control | Salman Khan |
| chris | A5 | 2 | flying_hive_tryant | control | Insane Artist |
| chris | A5 | 3 | broodlord | control | Thom Bell |
| chris | A5 | 4 | broodlord | control | James Anthony Carmichael & Lionel Richie |
| chris | A5 | 5 | neurothrope | control | Unlucky Man |
| chris | A5 | 6 | tyranid_warriors | control | Alex Sutton |
| chris | A5 | 7 | tyranid_warriors | control | Ruby Parks |
| chris | A5 | 8 | tyranid_warriors | control | Tristan Joseph |
| chris | A5 | 9 | genestealers | control | Dirk Sobotka |
| chris | A5 | 10 | genestealers | control | Rick Rubin |
| chris | A5 | 11 | termagants | control | Rose Hodges |
| chris | A5 | 12 | hormagaunts | control | Evelyn Figueroa |
| chris | A5 | 13 | ripper_swarms | control | Frank Kafka |
| chris | A5 | 14 | ripper_swarms | control | Abigail Cohen |
| chris | A5 | 15 | ripper_swarms | control | Rosa Luxemburg |
| chris | A5 | 16 | hive_guard | control | George Neal |
| chris | A5 | 17 | maleceptor | control | Landon Carlson |
| chris | A5 | 18 | venomthropes | control | Eliana Salinas |
| chris | A5 | 19 | raveners | control | Andy Oram |
| chris | A5 | 20 | gargoyles | control | Carl Sagan |
| chris | A5 | 21 | gargoyles | control | Albertus Magnus |
| chris | A5 | 22 | exocrine | control | Tucker Adkins |
| chris | A5 | 23 | biovores | control | Wyatt Young |
| chris | A5 | 24 | biovores | control | Victor Stevens |
| chris | A5 | 25 | tyrannocyte | control | Charles Dickens Ruiz |
Players change their maps (making orders)
modify_unit("chris", c(6, 13), "move","A2")
modify_unit("chris", c(5, 7, 8, 12, 23), "move","A3")
modify_unit("chris", 1, "move","A4")
modify_unit("chris", c(10, 14, 24), "move","A6")
modify_unit("chris", c(3, 9, 17, 18, 22), "move","A7")
modify_unit("chris", 2, "move", c("A6", "A8"))
modify_unit("chris", 19, "move",c("B7", "B10"))
modify_unit("chris", 21, "move", c("B9", "B11"))
modify_unit("chris", c(4, 15), "move","B7")
modify_unit("chris", 20, "move", c("A7", "E1"))
modify_unit("chris", c(11, 16, 25), "control","A5")
## All units resolved.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | A2 | 6 | tyranid_warriors | move | Alex Sutton |
| chris | A2 | 13 | ripper_swarms | move | Frank Kafka |
| chris | A3 | 5 | neurothrope | move | Unlucky Man |
| chris | A3 | 7 | tyranid_warriors | move | Ruby Parks |
| chris | A3 | 8 | tyranid_warriors | move | Tristan Joseph |
| chris | A3 | 12 | hormagaunts | move | Evelyn Figueroa |
| chris | A3 | 23 | biovores | move | Wyatt Young |
| chris | A4 | 1 | flying_hive_tryant | move | Salman Khan |
| chris | A5 | 11 | termagants | control | Rose Hodges |
| chris | A5 | 16 | hive_guard | control | George Neal |
| chris | A5 | 25 | tyrannocyte | control | Charles Dickens Ruiz |
| chris | A6 | 10 | genestealers | move | Rick Rubin |
| chris | A6 | 14 | ripper_swarms | move | Abigail Cohen |
| chris | A6 | 24 | biovores | move | Victor Stevens |
| chris | A7 | 3 | broodlord | move | Thom Bell |
| chris | A7 | 9 | genestealers | move | Dirk Sobotka |
| chris | A7 | 17 | maleceptor | move | Landon Carlson |
| chris | A7 | 18 | venomthropes | move | Eliana Salinas |
| chris | A7 | 22 | exocrine | move | Tucker Adkins |
| chris | A8 | 2 | flying_hive_tryant | move | Insane Artist |
| chris | B10 | 19 | raveners | move | Andy Oram |
| chris | B11 | 21 | gargoyles | move | Albertus Magnus |
| chris | B7 | 4 | broodlord | move | James Anthony Carmichael & Lionel Richie |
| chris | B7 | 15 | ripper_swarms | move | Rosa Luxemburg |
| chris | E1 | 20 | gargoyles | move | Carl Sagan |
| eric | E4 | 21 | canoptek_scarab_swarms | move | Zoe Saldana |
Players change their maps (making orders)
modify_unit("chris", c(6), "move","A4")
modify_unit("chris", c(13), "control","A2")
modify_unit("chris", c(5, 12, 23), "move","B2")
modify_unit("chris", c(7, 8), "control","A3")
modify_unit("chris", 1, "move", c("A6", "A8"))
modify_unit("chris", c(14), "control","A6")
modify_unit("chris", c(10, 24), "move","A8")
modify_unit("chris", c(3,17, 18, 22), "move","B9")
modify_unit("chris", c(9), "control","A7")
modify_unit("chris", 2, "move", "E1")
modify_unit("chris", 19, "move", c("B11", "E1"))
modify_unit("chris", 21, "move","B6")
modify_unit("chris", 4, "move","B8")
modify_unit("chris", 15, "move","B9")
modify_unit("chris", 20, "move", c("B11", "E2"))
modify_unit("chris", 11, "move","B7")
modify_unit("chris", c(16, 25), "control","A5")
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| chris | A2 | 13 | ripper_swarms | control | Frank Kafka | ||
| chris | A3 | 7 | tyranid_warriors | control | Ruby Parks | ||
| chris | A3 | 8 | tyranid_warriors | control | Tristan Joseph | ||
| chris | A4 | 6 | tyranid_warriors | move | Alex Sutton | ||
| chris | A5 | 16 | hive_guard | control | George Neal | ||
| chris | A5 | 25 | tyrannocyte | control | Charles Dickens Ruiz | ||
| chris | A6 | 14 | ripper_swarms | control | Abigail Cohen | ||
| chris | A6 | 1 | flying_hive_tryant | move | Salman Khan | TRUE | |
| chris | A7 | 9 | genestealers | control | Dirk Sobotka | ||
| chris | A8 | 1 | flying_hive_tryant | move | Salman Khan | TRUE | |
| chris | A8 | 10 | genestealers | move | Rick Rubin | TRUE | |
| chris | A8 | 24 | biovores | move | Victor Stevens | TRUE | |
| eric | A8 | 21 | canoptek_scarab_swarms | move | Zoe Saldana | TRUE | |
| big_grizz | B1 | 10 | ravenwing_bike_squad | move | Warwick Davis | TRUE | |
| big_grizz | B1 | 11 | ravenwing_attack_bike | move | Marlon Brando | TRUE | |
| big_grizz | B1 | 12 | ravenwing_attack_bike | move | Frank Sinatra | TRUE | |
| big_grizz | B1 | 16 | ravenwing_apothecary | move | Stan Lee | TRUE | |
| chris | B11 | 19 | raveners | move | Andy Oram | TRUE | |
| chris | B11 | 20 | gargoyles | move | Carl Sagan | TRUE | |
| chris | B2 | 5 | neurothrope | move | Unlucky Man | ||
| chris | B2 | 12 | hormagaunts | move | Evelyn Figueroa | ||
| chris | B2 | 23 | biovores | move | Wyatt Young | ||
| chris | B6 | 21 | gargoyles | move | Albertus Magnus | ||
| chris | B7 | 11 | termagants | move | Rose Hodges | ||
| chris | B8 | 4 | broodlord | move | James Anthony Carmichael & Lionel Richie | ||
| chris | B9 | 3 | broodlord | move | Thom Bell | ||
| chris | B9 | 15 | ripper_swarms | move | Rosa Luxemburg | ||
| chris | B9 | 17 | maleceptor | move | Landon Carlson | ||
| chris | B9 | 18 | venomthropes | move | Eliana Salinas | ||
| chris | B9 | 22 | exocrine | move | Tucker Adkins | ||
| big_grizz | C1 | 1 | ravenwing_talonmaster | move | John Ratzenberger | TRUE | |
| chris | E1 | 2 | flying_hive_tryant | move | Insane Artist | TRUE | |
| chris | E1 | 19 | raveners | move | Andy Oram | TRUE | |
| eric | E1 | 21 | canoptek_scarab_swarms | move | Zoe Saldana | TRUE | TRUE |
| chris | E2 | 20 | gargoyles | move | Carl Sagan | ||
| eric | E3 | 20 | canoptek_scarab_swarms | move | Arrogant Desperado | ||
| eric | E4 | 20 | canoptek_scarab_swarms | move | Arrogant Desperado | TRUE |
## All units resolved.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | A2 | 13 | ripper_swarms | control | Frank Kafka |
| chris | A3 | 7 | tyranid_warriors | control | Ruby Parks |
| chris | A3 | 8 | tyranid_warriors | control | Tristan Joseph |
| chris | A4 | 6 | tyranid_warriors | move | Alex Sutton |
| chris | A5 | 16 | hive_guard | control | George Neal |
| chris | A5 | 25 | tyrannocyte | control | Charles Dickens Ruiz |
| chris | A6 | 14 | ripper_swarms | control | Abigail Cohen |
| chris | A7 | 9 | genestealers | control | Dirk Sobotka |
| chris | A8 | 1 | flying_hive_tryant | move | Salman Khan |
| chris | A8 | 10 | genestealers | move | Rick Rubin |
| chris | A8 | 24 | biovores | move | Victor Stevens |
| chris | B2 | 5 | neurothrope | move | Unlucky Man |
| chris | B2 | 12 | hormagaunts | move | Evelyn Figueroa |
| chris | B2 | 23 | biovores | move | Wyatt Young |
| chris | B6 | 21 | gargoyles | move | Albertus Magnus |
| chris | B7 | 11 | termagants | move | Rose Hodges |
| chris | B8 | 4 | broodlord | move | James Anthony Carmichael & Lionel Richie |
| chris | B9 | 3 | broodlord | move | Thom Bell |
| chris | B9 | 15 | ripper_swarms | move | Rosa Luxemburg |
| chris | B9 | 17 | maleceptor | move | Landon Carlson |
| chris | B9 | 18 | venomthropes | move | Eliana Salinas |
| chris | B9 | 22 | exocrine | move | Tucker Adkins |
| chris | E1 | 2 | flying_hive_tryant | move | Insane Artist |
| chris | E1 | 19 | raveners | move | Andy Oram |
| chris | E2 | 20 | gargoyles | move | Carl Sagan |
| eric | E3 | 20 | canoptek_scarab_swarms | move | Arrogant Desperado |
Players change their maps (making orders)
modify_unit("chris", c(20), "defend", "E2")
modify_unit("chris", c(5, 23), "defend", "B2")
modify_unit("chris", c(16, 25), "defend", "A5")
modify_unit("chris", 3, "sneak", "B11")
modify_unit("chris", c(1,17,18) , "move", "B11")
modify_unit("chris", 2, "move", "E2")
modify_unit("chris", c(4) , "sneak", "B2")
modify_unit("chris", c(7) , "move", "B2")
modify_unit("chris", 6, "move", "A1")
modify_unit("chris", 8, "move", "B5")
modify_unit("chris", 9, "sneak", "B9")
modify_unit("chris", c(10) , "sneak", "E1")
modify_unit("chris", c(24) , "move", "E1")
modify_unit("chris", 11, "control", "B7")
modify_unit("chris", 12, "control", "B2")
modify_unit("chris", 13, "move", "A4")
modify_unit("chris", 14, "move", "A8")
modify_unit("chris", 15, "control", "B9")
modify_unit("chris", 19, "move", "E3")
modify_unit("chris", 21, "move", "B3")
modify_unit("chris", 22, "move", "B7")
modify_unit("chris", "B3", "move","B2")
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| chris | A1 | 6 | tyranid_warriors | move | Alex Sutton | ||
| chris | A4 | 13 | ripper_swarms | move | Frank Kafka | ||
| chris | A5 | 16 | hive_guard | defend | George Neal | ||
| chris | A5 | 25 | tyrannocyte | defend | Charles Dickens Ruiz | ||
| chris | A8 | 14 | ripper_swarms | move | Abigail Cohen | ||
| big_grizz | B1 | 1 | ravenwing_talonmaster | move | John Ratzenberger | TRUE | |
| big_grizz | B1 | 10 | ravenwing_bike_squad | move | Warwick Davis | TRUE | |
| big_grizz | B1 | 11 | ravenwing_attack_bike | move | Marlon Brando | TRUE | |
| big_grizz | B1 | 12 | ravenwing_attack_bike | move | Frank Sinatra | TRUE | |
| big_grizz | B1 | 16 | ravenwing_apothecary | move | Stan Lee | TRUE | |
| chris | B11 | 1 | flying_hive_tryant | move | Salman Khan | ||
| chris | B11 | 17 | maleceptor | move | Landon Carlson | ||
| chris | B11 | 18 | venomthropes | move | Eliana Salinas | ||
| chris | B11 | 3 | broodlord | sneak | Thom Bell | ||
| chris | B2 | 12 | hormagaunts | control | Evelyn Figueroa | ||
| chris | B2 | 5 | neurothrope | defend | Unlucky Man | ||
| chris | B2 | 23 | biovores | defend | Wyatt Young | ||
| chris | B2 | 7 | tyranid_warriors | move | Ruby Parks | ||
| chris | B2 | 4 | broodlord | sneak | James Anthony Carmichael & Lionel Richie | ||
| big_grizz | B3 | 1 | ravenwing_talonmaster | move | John Ratzenberger | TRUE | |
| big_grizz | B3 | 10 | ravenwing_bike_squad | move | Warwick Davis | TRUE | |
| big_grizz | B3 | 11 | ravenwing_attack_bike | move | Marlon Brando | TRUE | |
| big_grizz | B3 | 12 | ravenwing_attack_bike | move | Frank Sinatra | TRUE | |
| big_grizz | B3 | 16 | ravenwing_apothecary | move | Stan Lee | TRUE | |
| chris | B3 | 21 | gargoyles | move | Albertus Magnus | TRUE | |
| chris | B5 | 8 | tyranid_warriors | move | Tristan Joseph | ||
| chris | B7 | 11 | termagants | control | Rose Hodges | ||
| chris | B7 | 22 | exocrine | move | Tucker Adkins | ||
| chris | B9 | 15 | ripper_swarms | control | Rosa Luxemburg | ||
| chris | B9 | 9 | genestealers | sneak | Dirk Sobotka | ||
| chris | E1 | 24 | biovores | move | Victor Stevens | ||
| chris | E1 | 10 | genestealers | sneak | Rick Rubin | ||
| chris | E2 | 20 | gargoyles | defend | Carl Sagan | ||
| chris | E2 | 2 | flying_hive_tryant | move | Insane Artist | ||
| chris | E3 | 19 | raveners | move | Andy Oram | ||
| eric | E4 | 20 | canoptek_scarab_swarms | move | Arrogant Desperado |
## All units resolved.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | A1 | 6 | tyranid_warriors | move | Alex Sutton |
| chris | A4 | 13 | ripper_swarms | move | Frank Kafka |
| chris | A5 | 16 | hive_guard | defend | George Neal |
| chris | A5 | 25 | tyrannocyte | defend | Charles Dickens Ruiz |
| chris | A8 | 14 | ripper_swarms | move | Abigail Cohen |
| chris | B11 | 1 | flying_hive_tryant | move | Salman Khan |
| chris | B11 | 17 | maleceptor | move | Landon Carlson |
| chris | B11 | 18 | venomthropes | move | Eliana Salinas |
| chris | B11 | 3 | broodlord | sneak | Thom Bell |
| chris | B2 | 12 | hormagaunts | control | Evelyn Figueroa |
| chris | B2 | 5 | neurothrope | defend | Unlucky Man |
| chris | B2 | 23 | biovores | defend | Wyatt Young |
| chris | B2 | 7 | tyranid_warriors | move | Ruby Parks |
| chris | B2 | 21 | gargoyles | move | Albertus Magnus |
| chris | B2 | 4 | broodlord | sneak | James Anthony Carmichael & Lionel Richie |
| big_grizz | B3 | 1 | ravenwing_talonmaster | move | John Ratzenberger |
| big_grizz | B3 | 10 | ravenwing_bike_squad | move | Warwick Davis |
| big_grizz | B3 | 11 | ravenwing_attack_bike | move | Marlon Brando |
| big_grizz | B3 | 12 | ravenwing_attack_bike | move | Frank Sinatra |
| big_grizz | B3 | 16 | ravenwing_apothecary | move | Stan Lee |
| chris | B5 | 8 | tyranid_warriors | move | Tristan Joseph |
| chris | B7 | 11 | termagants | control | Rose Hodges |
| chris | B7 | 22 | exocrine | move | Tucker Adkins |
| chris | B9 | 15 | ripper_swarms | control | Rosa Luxemburg |
| chris | B9 | 9 | genestealers | sneak | Dirk Sobotka |
| chris | E1 | 24 | biovores | move | Victor Stevens |
| chris | E1 | 10 | genestealers | sneak | Rick Rubin |
| chris | E2 | 20 | gargoyles | defend | Carl Sagan |
| chris | E2 | 2 | flying_hive_tryant | move | Insane Artist |
| chris | E3 | 19 | raveners | move | Andy Oram |
| eric | E4 | 20 | canoptek_scarab_swarms | move | Arrogant Desperado |
Players change their maps (making orders)
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| chris | A1 | 6 | tyranid_warriors | move | Alex Sutton | ||
| chris | A4 | 13 | ripper_swarms | move | Frank Kafka | ||
| chris | A5 | 16 | hive_guard | defend | George Neal | ||
| chris | A5 | 25 | tyrannocyte | defend | Charles Dickens Ruiz | ||
| chris | A8 | 14 | ripper_swarms | move | Abigail Cohen | ||
| big_grizz | B1 | 1 | ravenwing_talonmaster | move | John Ratzenberger | TRUE | |
| big_grizz | B1 | 10 | ravenwing_bike_squad | move | Warwick Davis | TRUE | |
| big_grizz | B1 | 11 | ravenwing_attack_bike | move | Marlon Brando | TRUE | |
| big_grizz | B1 | 12 | ravenwing_attack_bike | move | Frank Sinatra | TRUE | |
| big_grizz | B1 | 16 | ravenwing_apothecary | move | Stan Lee | TRUE | |
| chris | B11 | 1 | flying_hive_tryant | move | Salman Khan | ||
| chris | B11 | 17 | maleceptor | move | Landon Carlson | ||
| chris | B11 | 18 | venomthropes | move | Eliana Salinas | ||
| chris | B11 | 3 | broodlord | sneak | Thom Bell | ||
| chris | B2 | 12 | hormagaunts | control | Evelyn Figueroa | ||
| chris | B2 | 5 | neurothrope | defend | Unlucky Man | ||
| chris | B2 | 23 | biovores | defend | Wyatt Young | ||
| chris | B2 | 7 | tyranid_warriors | move | Ruby Parks | ||
| chris | B2 | 21 | gargoyles | move | Albertus Magnus | ||
| chris | B2 | 4 | broodlord | sneak | James Anthony Carmichael & Lionel Richie | ||
| chris | B5 | 8 | tyranid_warriors | move | Tristan Joseph | ||
| chris | B7 | 11 | termagants | control | Rose Hodges | ||
| chris | B7 | 22 | exocrine | move | Tucker Adkins | ||
| chris | B9 | 15 | ripper_swarms | control | Rosa Luxemburg | ||
| chris | B9 | 9 | genestealers | sneak | Dirk Sobotka | ||
| chris | E1 | 24 | biovores | move | Victor Stevens | ||
| chris | E1 | 10 | genestealers | sneak | Rick Rubin | ||
| chris | E2 | 20 | gargoyles | defend | Carl Sagan | ||
| chris | E2 | 2 | flying_hive_tryant | move | Insane Artist | ||
| chris | E3 | 19 | raveners | move | Andy Oram | ||
| eric | E4 | 20 | canoptek_scarab_swarms | reinforce | Arrogant Desperado |
CONFLICT! column where relevant in your table. Plus, now you can only see the battles you’re involved with.Hash: 42d757de56b58eb44d13fb0a6cfe5075